05. Quiz: Loss Values
QUESTION:
Look at the documentation for MSE Loss. For a ground truth coordinate (2, 5)
and a predicted coordinate (2.5, 3)
, what is the MSE loss between these points? (You may assume default values for averaging.)
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer